body {
    background-color: rgb(253, 253, 253);
}


.container-fluid{
    background-color: #080808
}
.logo img {
    width: 80px;;
    height: 20px;
}

.reebok {
    margin-left:50px;
    right:120px;
    padding: 22px;
    margin-bottom:40px;
    margin-top: -50px;
   
}
h2 {
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.gbr1 img {
    width: 400px;
    height: 450px;
    margin-left: 850px;
    right: 500px;
}

.gbr2 img {
    width: 400px;
    height: 450px;
    ;

}

h3 {
    color: black;
    font-size:xx-large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-left: 600px;
    top:20px;
}

H4 {
    color:red;
    font-size: xx-large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    bottom:70px;
    text-align: center;
}

 .container {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 3 kolom */
      gap: 25px;
      max-width: 1100px;
      margin: auto;
    }
    .product {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 15px;
      text-align: center;
      background: #fff;
      position: relative;
    }
    .product img {
      width: 100%;
      max-width: 200px;
      height: auto;
      margin-bottom: 10px;
    }
    .product h3 {
      font-size: 14px;
      font-weight: normal;
      margin: 8px 0;
    }
    .price {
      font-size: 14px;
      color: #010101;
      margin: 5px 0;
    }

    .tombol {
        display: flex;
        justify-content: center;
        margin: 50px 0;
    }

    .tombol button{
        display: inline-block;
        padding: 15px 25px;
        background-color: #ffffff;
        color: #000000;
        text-decoration: none;
        border-radius: 10px;
        margin-top: 10px ;
        text-transform: uppercase;
        font-weight: bold;
    }

.red {
  margin-left: 20px;;
}
.sandal {
  margin-left: 30px;
  color: red;
}

.footer {
    background-color: #000;
    color: white;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .footer-container {
    display: flex;
    justify-content: space-evenly;
    padding: 40px 0; /* beri sedikit padding atas & bawah agar tidak terlalu rapat */
  }

  .footer1 h6 {
    font-weight: bold;
    margin-bottom: 15px;
  }

  .footer1 ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
  }

  .footer1 ul li {
    margin-bottom: 10px;
  }

  .footer1 ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
  }

  .footer1 ul li a:hover {
    text-decoration: underline;
  }


/* Landing Section */
.landing-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8ebf9;
  padding: 80px 20px;
  gap: 60px; /* jarak antar elemen */
}

.gbr img {
  height: 250px;
  width: auto;
  display: block;
}

.gbr.kiri {
<<<<<<< HEAD
  transform: translateY(40px); 
}

.gbr.kanan {
  transform: translateY(-40px);
=======
  transform: translateY(40px); /* sandal kiri agak turun */
}

.gbr.kanan {
  transform: translateY(-40px); /* sandal kanan agak naik */
>>>>>>> f2e2645e07d363da46f54e3c01b75f29285cd886
}

.judul {
  text-align: center;
}

.judul h3 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 8px;
  margin: 0;
}

.judul .red {
  color: red;
}
